Click or drag to resize

AttachmentId Class

Identifies an item or file attachment.
Inheritance Hierarchy
SystemObject
  Independentsoft.ExchangeAttachmentId

Namespace:  Independentsoft.Exchange
Assembly:  Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntax
public class AttachmentId

The AttachmentId type exposes the following members.

Constructors
  NameDescription
Public methodAttachmentId
Initializes a new instance of the AttachmentId class
Public methodAttachmentId(String)
Initializes a new instance of the AttachmentId class.
Public methodAttachmentId(String, String)
Initializes a new instance of the AttachmentId class.
Public methodAttachmentId(String, String, String)
Initializes a new instance of the AttachmentId class.
Top
Properties
  NameDescription
Public propertyId
Identifies the unique identifier of the attachment.
Public propertyRootItemChangeKey
Identifies the change key of the root store item to which the attachment is attached.
Public propertyRootItemId
Identifies the unique identifier of the root store item to which the attachment is attached.
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString
Converts the value of the current AttachmentId object to its equivalent string representation.
(Overrides ObjectToString.)
Top
See Also